home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Diamond Collection / The Diamond Collection (Software Vault)(Digital Impact).ISO / cdr13 / afv95.zip / MAKEFILE < prev    next >
Text File  |  1995-02-13  |  423b  |  19 lines

  1. # makefile generated by BUILD V4.0, written by Chris Sokol.
  2. # makefile generated on 2/13/95.
  3.  
  4. afview.exe: index.obj main.obj video.obj 
  5.     bcc @linkfile
  6.  
  7. clean:
  8.     rm -f afview.exe afview.map *.obj
  9.  
  10. index.obj: index.cpp index.h utype.h 
  11.     bcc @bcpp.opt index.cpp
  12.  
  13. main.obj: main.cpp index.h kbd.h sort.h utype.h video.h 
  14.     bcc @bcpp.opt main.cpp
  15.  
  16. video.obj: video.cpp utype.h video.h 
  17.     bcc @bcpp.opt video.cpp
  18.  
  19.